-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Result Pie Charts #15
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. This will not be as nice for longer answers (some lectures do have these). The colors are also not the easiest to discern, that could be changed at some point as well. The priority should be to get this merged before Wednesday so we can give a small Live-Demo :)
I have created issues #16 and #17 for this, when we have a look at this again. |
I'd like to review this one after #14 is merged, as it is easier to see the diff, or is there some way to this in github that I'm missing |
I don't think so, however all changes made by me are in the following file: https://github.com/solid-polls/solid/blob/ba0fbbc57765b74685ab50e2da0be35d9742c65a/frontend/src/components/QuestionResults.tsx |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If that's your only change, then I guess this looks fine :)
Displays pie charts for the voting results.
Merge #14 first, since this branch relies on these changes.